PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableContent Class / getRow Method
Index of the row to get.
In This Topic
    getRow Method
    In This Topic
    Gets the row at the specified index.
    Syntax
    public PDFFlowTableRow getRow( 
       int index
    )

    Parameters

    index
    Index of the row to get.

    Return Value

    The PDFFlowTableRow at the specified index.
    See Also